default:
	python src/encrypt.py > dist/flag.txt

clean:
	$(RM) dist/*
